home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / toolkit / riruf1 / auxedit.txt < prev    next >
Encoding:
Text File  |  1995-05-19  |  531 b   |  8 lines

  1. If you have one or more database tables that has an ID number field
  2. and a string field, you can use this handy auxiliary table edit form. In 
  3. this demo, the auxiliary edit form is used for editing employee statuses. 
  4. Before running this form you have to specify several properties in the global 
  5. variables it uses. These properties include the title of the form, the 
  6. queries used for loading and deleting records and the labels for field names.  
  7. Then you are ready to add, modify and delete values in the specified table.
  8.